Skip to main content
GET

Overview

Returns all skill submissions created by the authenticated user. Optionally filter by status. Auth: Requires JWT authentication.

Query Parameters

string
Filter by submission status: "pending", "approved", or "rejected"

Response

Returns an array of submission objects.
string
Submission UUID
string
Skill name
string
"pending", "approved", or "rejected"
string
ISO 8601 timestamp
string
ISO 8601 timestamp (null if not yet reviewed)
string
Notes from the reviewer (null if not yet reviewed)
string
Created skill UUID (set when approved)

Example