cURL
curl --request GET \ --url https://api.rask.ai/v2/projects \ --header 'Authorization: Bearer <token>'
{ "total": 123, "offset": 123, "projects": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "source_type": "youtube", "status": "created", "status_updated_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z" } ] }
Get paginated list of all project existing.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Offset from which to start listing projects.
Number of projects to retrieve.
Successful Response
Total number of projects
Project offset number
Project list
Show child attributes