List projects

Get all projects for a workspace.

GET
/ v1 / projects

Authorization

  • X-API-Key
    string
    required

    Header with the name X-API-Key where the value is your API key.

Query parameters

  • cursor
    string

    Use if a previous request returned a cursor. Will page through results.

  • The workspace for which all projects should be returned.

Response

200 - application/json - object

  • meta
    object
    required

    Contains the nextCursor, if one exists, along with the pageSize.

  • projects
    array<object>

    The projects returned.