curl "https://api.danubeai.com/v1/skill-submissions/sub_abc123" \ -H "Authorization: Bearer YOUR_JWT"
{ "id": "sub_abc123", "skill_name": "pdf-processing", "skill_description": "Extract and process PDF documents", "skill_md_content": "---\ndescription: Extract and process PDF documents\n---\n\n# PDF Processing\n...", "scripts": [ {"name": "extract.py", "content": "..."} ], "reference_files": [], "assets": [], "status": "pending", "submitted_at": "2026-02-24T12:00:00Z", "reviewed_at": null, "reviewer_notes": null, "skill_id": null }
Get a specific skill submission with full details
"pending"
"approved"
"rejected"