Skip to main content
List run events replay
curl --request GET \
  --url https://api.acornops.dev/api/v1/runs/{runId}/events \
  --cookie acornops_cp_session=
{
  "items": [
    {
      "run_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "seq": 123,
      "ts": "2023-11-07T05:31:56Z",
      "type": "<string>",
      "payload": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.acornops.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

acornops_cp_session
string
cookie
required

Path Parameters

runId
string<uuid>
required
Example:

"5e709a9c-2481-4baa-aec2-ca193c50167d"

Response

Run events list.

items
object[]
required