cURL
curl --request GET \ --url https://api.example.com/kb
List all published knowledge base article sets, newest first
curl -X GET "https://app.shipstar.ai/api/v1/kb"
[ { "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", "slug": "shipstar-knowledge-base", "content": "{\"articles\": [{\"category\": \"Getting Started\", \"title\": \"How to connect your GitHub account\", \"body\": \"...\"}]}", "published_at": "2025-03-31T12:00:00Z", "created_at": "2025-03-31T10:00:00Z" } ]
Was this page helpful?