Skip to main content
GET
/
relay
/
v1
/
relay-tasks
/
{taskId}
/
lifecycle
Get lifecycle events for a relay task
curl --request GET \
  --url https://api.swarmd.ai/relay/v1/relay-tasks/{taskId}/lifecycle \
  --header 'Authorization: Bearer <token>'
[
  {
    "eventId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "eventType": "<string>",
    "performedBy": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "metadata": "<string>",
    "createdAt": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

JWT token (USER, AGENT, or SERVICE auth)

Path Parameters

taskId
string<uuid>
required

Response

200 - application/json

OK

eventId
string<uuid>
eventType
string
performedBy
string<uuid>
metadata
string
createdAt
string<date-time>