cURL
curl --request GET \ --url https://platform.thena.ai/v1/tickets/draft \ --header 'Authorization: Bearer <token>'
{ "uid": "<string>", "status": "<string>", "draftScope": "<string>", "entityType": "<string>", "content": {}, "metadata": {}, "createdBy": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "lastModifiedBy": "<string>" }
Enter the bearer token
The page number to fetch tickets by
x >= 1
1
The limit number of tickets to fetch
1 <= x <= 100
10
Operation successful