Skip to main content
POST
/
api
/
executions
/
{execution_uuid}
/
started
Mark Execution Started
curl --request POST \
  --url https://api.example.com/api/executions/{execution_uuid}/started \
  --header 'Content-Type: application/json' \
  --data '
{
  "startedAt": "2023-11-07T05:31:56Z"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

kinetic-api-key
string | null

Path Parameters

execution_uuid
string
required

Body

application/json

Payload for marking an execution as started.

startedAt
string<date-time> | null

Response

Successful Response