Projects
List Projects
Retrieve a paginated list of all Projects. Projects are ordered by creation date, with oldest Projects first.
GET
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Maximum number of items to return (1-100). Use with cursor for pagination through large sets.
Example:
20
Cursor for pagination. Pass the nextCursor from the previous response to get the next page of results.
Example:
"123"
Previous
Create TestsetCreate a new Testset for a Project. The Testset will be created in the Project specified in the path.
Next
JavaScript