Projects

Retrieve all projects

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
searchstringOptional

Search term for filtering projects by name or other attributes

Responses
200Success
application/json
get
/v1/projects
200Success

Retrieve a specific project by Id

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

Project Id

Responses
200Success
application/json
get
/v1/projects/{id}
200Success

Retrieve credits for a specific project

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

Project ID

Responses
200Success
application/json
get
/v1/projects/{id}/credits
200Success

Last updated