curl --request GET \
--url https://cloud.bytebeam.io/api/v1/actions/{action_id}/schedule \
--header 'x-bytebeam-api-key: <api-key>' \
--header 'x-bytebeam-tenant: <api-key>'
{
"phases_triggered": [
true
],
"next_phase_index": 123,
"end_timestamp": 123,
"retry_on_failure_until": 123,
"phases": [
{
"name": "<string>",
"trigger_on": {},
"info": {}
}
],
"status": "<string>",
"id": 123,
"release_notes": "<string>",
"tenant_id": "<string>"
}
curl --request GET \
--url https://cloud.bytebeam.io/api/v1/actions/{action_id}/schedule \
--header 'x-bytebeam-api-key: <api-key>' \
--header 'x-bytebeam-tenant: <api-key>'
{
"phases_triggered": [
true
],
"next_phase_index": 123,
"end_timestamp": 123,
"retry_on_failure_until": 123,
"phases": [
{
"name": "<string>",
"trigger_on": {},
"info": {}
}
],
"status": "<string>",
"id": 123,
"release_notes": "<string>",
"tenant_id": "<string>"
}
API key required to authenticate requests.
Tenant(Project) name required to identify the project.
The response is of type object
.