v4

latestOpenAPI 3.1.02026-08-02261331761.5 KB
Environments

Get Copy Environment Task Result

Get the result of a copy environment task.

get/v2/projects/{proj_id}/envs/{env_id}/copy/async/{task_id}/result

Path parameters

task_idstring required

The unique id of the task.

The unique id of the task.

proj_idstring required

Either the unique id of the project, or the URL-friendly key of the project (i.e: the "slug").

Either the unique id of the project, or the URL-friendly key of the project (i.e: the "slug").

env_idstring required

Either the unique id of the environment, or the URL-friendly key of the environment (i.e: the "slug").

Either the unique id of the environment, or the URL-friendly key of the environment (i.e: the "slug").

Query parameters

waitnumber

Time in seconds to wait for the task to complete. Default is 0, means no wait.

Time in seconds to wait for the task to complete. Default is 0, means no wait.

Response

Successful Response

task_idstring required

The unique id of the task.

status'processing' | 'success' | 'failure' | 'cancelled' required

An enumeration.