cURL
curl --request POST \ --url https://developer.tempestdx.com/api/v1/apps.operations.next \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "app_id": "<string>", "version": "<string>" } '
{ "task": { "request_type": "<string>", "resource": { "display_name": "<string>", "external_id": "<string>", "type": "<string>", "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "created_by": "<string>", "deleted_at": "2023-11-07T05:31:56Z", "external_url": "<string>", "name": "<string>", "organization_id": "<string>", "status": "<string>", "synced_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "properties": {}, "links": { "links": [ { "title": "<string>", "url": "<string>", "type": "documentation" } ] } }, "operation": "create", "input": {}, "environment_variables": [ { "name": "<string>", "value": "<string>", "type": "variable" } ], "metadata": {} }, "task_id": "<string>", "metadata": { "owners": [ { "email": "<string>", "name": "<string>", "type": "user" } ], "author": { "email": "<string>", "name": "<string>", "type": "user" }, "project_id": "<string>", "project_name": "<string>" } }
Fetch the next available task for execution by an external client.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier of the application.
The version of the application.
The next task to execute
Show child attributes
The unique identifier of the task.
Was this page helpful?