curl --request GET \
--url https://cloud.bytebeam.io/api/v1/actions \
--header 'x-bytebeam-api-key: <api-key>' \
--header 'x-bytebeam-tenant: <api-key>'
{
"actions": [
{
"schedule": {
"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>"
},
"payload_type": "json",
"type": "<string>",
"user_email": "<string>",
"action_id": 123,
"user_name": "<string>",
"created_at": {},
"statuses": {},
"statuses_phased": {}
}
],
"count": 123
}
curl --request GET \
--url https://cloud.bytebeam.io/api/v1/actions \
--header 'x-bytebeam-api-key: <api-key>' \
--header 'x-bytebeam-tenant: <api-key>'
{
"actions": [
{
"schedule": {
"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>"
},
"payload_type": "json",
"type": "<string>",
"user_email": "<string>",
"action_id": 123,
"user_name": "<string>",
"created_at": {},
"statuses": {},
"statuses_phased": {}
}
],
"count": 123
}
API key required to authenticate requests.
Tenant(Project) name required to identify the project.
The response is of type object
.