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

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

Response

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

Example