Start a run
This endpoint has been deprecated and may be removed in future versions of the API.
Marks the run as RUNNING
.
Path Parameters
The ID of the run.
Query Parameters
An ISO-8601 timestamp representing the time when the run transitioned.
- 200
OK
Schema
The ID of the run.
An ISO-8601 timestamp representing the date/time the run was created.
An ISO-8601 timestamp representing the date/time the run was updated.
An ISO-8601 timestamp representing the nominal start time of the run.
An ISO-8601 timestamp representing the nominal end time of the run.
Possible values: [NEW
, RUNNING
, COMPLETED
, FAILED
, ABORTED
]
The current state of the run.
An ISO-8601 timestamp representing the start time of the run.
An ISO-8601 timestamp representing the end time of the run.
The total duration of the run. Measured in milliseconds.
The arguments of the run.
facets object
{
"id": "870492da-ecfb-4be0-91b9-9a89ddd3db90",
"createdAt": "2019-05-09T19:49:24.201361Z",
"updatedAt": "2019-05-09T19:49:24.201361Z",
"nominalStartTime": null,
"nominalEndTime": null,
"state": "RUNNING",
"startedAt": "2019-05-09T15:17:32.690346",
"endedAt": null,
"durationMs": null,
"args": {
"email": "me@example.com",
"emailOnFailure": "false",
"emailOnRetry": "true",
"retries": "1"
},
"facets": {}
}
POST /jobs/runs/:id/start
Request
Request
curl -L -X POST 'http://localhost:5000/api/v1/jobs/runs/:id/start' \
-H 'Accept: application/json'
curl -L -X POST 'http://localhost:5000/api/v1/jobs/runs/:id/start' \
-H 'Accept: application/json'
curl -L -X POST 'http://localhost:5000/api/v1/jobs/runs/:id/start' \
-H 'Accept: application/json'
curl -L -X POST 'http://localhost:5000/api/v1/jobs/runs/:id/start' \
-H 'Accept: application/json'
curl -L -X POST 'http://localhost:5000/api/v1/jobs/runs/:id/start' \
-H 'Accept: application/json'
curl -L -X POST 'http://localhost:5000/api/v1/jobs/runs/:id/start' \
-H 'Accept: application/json'
curl -L -X POST 'http://localhost:5000/api/v1/jobs/runs/:id/start' \
-H 'Accept: application/json'
curl -L -X POST 'http://localhost:5000/api/v1/jobs/runs/:id/start' \
-H 'Accept: application/json'
curl -L -X POST 'http://localhost:5000/api/v1/jobs/runs/:id/start' \
-H 'Accept: application/json'