GET
/
api
/
v1
/
actions
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
}

Authorizations

x-bytebeam-api-key
string
header
required

API key required to authenticate requests.

x-bytebeam-tenant
string
header
required

Tenant(Project) name required to identify the project.

Query Parameters

page
integer
limit
integer
incomplete
boolean
action_types
string
creators
string
ids
string

Response

200
application/json
actions
object[]
required
count
integer
required