Skip to main content
GET
Get Tasks by Space Token

Get Tasks by Space Token

Fetch all tasks for a specific space using the space token. Supports pagination with page and page_size query parameters for efficient data retrieval.
Prerequisites: Make sure you have your API Token ready. See Authentication for details.

Get Tasks by Space Token

Retrieve all tasks associated with a specific space, with optional pagination.

Path Parameters

You can get the space_token by hitting the Get All Spaces API. The token field in the response is your Space Token.

Query Parameters

Headers

Response Fields

Task Object Fields

Common Error Codes

Code Examples

Best Practices

  1. Pagination: Use page and page_size parameters for efficient data retrieval in large datasets
  2. Space Token: Ensure you are using a valid space token from your organization
  3. Error Handling: Always handle potential errors and edge cases
  4. Status Filtering: Filter tasks by status in your application logic to focus on relevant tasks
  5. Security: Keep API tokens secure and rotate them regularly

Authorizations

Authorization
string
header
required

Format: Token

Headers

Org-Handle
string
required

Organization domain handle

Example:

"unpod.tv"

Path Parameters

space_token
string
required
Example:

"8KZAMRAHSXXXXXXMAYNASMJC"

Query Parameters

page
integer
Example:

1

page_size
integer
Example:

20

Response

List of tasks in the space