Listing Instance Tasks
| |
Lists tasks for the instances of the user specified by the X-Effective-User-ID and X-Effective-Project-ID HTTP headers. If these headers are omitted, lists tasks for all instances unless filters are used.
Request parameters:
| Name | In | Type | Description |
|---|---|---|---|
project_id (Optional) | query | string | A comma-separated list of project IDs. Cannot be used together with the X-Effective-Project-ID and X-Effective-User-ID HTTP headers. |
user_id (Optional) | query | string | A comma-separated list of user IDs. Cannot be used together with the X-Effective-Project-ID and X-Effective-User-ID HTTP headers. |
state (Optional) | query | string | A comma-separated list of task states, which can be pending, running, or completed. |
status (Optional) | query | string | A comma-separated list of task statuses, which can be succeeded or failed. |
Request example:
| |
Response example:
| |