Get all tasks that are assigned to you

Returns paginated tasks assigned to you. Requires `filter=myPendingTasks` query parameter.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

space_idstringRequired
ID of the space in form of a string
environment_idstringRequired
ID of the environment in form of a string

Query parameters

filterenumRequired
This endpoint expects the query parameter `filter=myPendingTasks`. A call without this parameter will return a `501` status code.
Allowed values:

Response headers

Content-TypestringOptional

Content-Type

Response

OK - Request successful