cURL
curl --request GET \ --url https://getkontext.io/api/v1/products/{productId}/releases \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "slug": "<string>", "name": "<string>", "notes": "<string>", "releaseDate": "2023-11-07T05:31:56Z", "isProd": true, "tags": [ "<string>" ], "status": "unreviewed", "sourceUrl": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ] }
Documentation IndexFetch the complete documentation index at: https://getkontext.io/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://getkontext.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
API key (ktx_key_*) or session Bearer token
List of releases
Show child attributes