GET /Tasks?userId={userId}

Returns a paginated list of tasks for a user, optionally filtered by task status.

get
Authorizations
X-API-KEYstringRequired

Public API key used to identify the client application. It should be included in all requests.

Query parameters
userIdstring · uuidRequired

The unique identifier of the user (required).

statusstringOptional

Optional task status filter.

cursorstringOptional

Optional pagination cursor for fetching the next page of results.

Header parameters
X-API-SECRETstringRequired

API Secret is used to verify the integrity of the request and authenticate the client. It should be included in all requests. This value must be kept confidential and should never be exposed in client-side code or public repositories.

Example: YOUR_API_SECRET
Responses
chevron-right
200

OK

Paginated response for a list of entities and pagination-related links.

get
/api/v1/Tasks

Last updated

Was this helpful?