curl --request GET \
--url https://api.flipsidecrypto.xyz/public/v3/automations/{id}/runs{
"runs": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"workflowId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"runById": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"state": "pending",
"triggeredBy": "schedule",
"error": {},
"metadata": {},
"inputValues": {},
"startedAt": "2023-11-07T05:31:56Z",
"completedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"stateHistory": [
{
"state": "pending",
"at": "2023-11-07T05:31:56Z"
}
],
"userAgent": "web",
"workflowName": "<string>"
}
],
"total": 123,
"limit": 123,
"offset": 123
}List all runs for an automation
curl --request GET \
--url https://api.flipsidecrypto.xyz/public/v3/automations/{id}/runs{
"runs": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"workflowId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"runById": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"state": "pending",
"triggeredBy": "schedule",
"error": {},
"metadata": {},
"inputValues": {},
"startedAt": "2023-11-07T05:31:56Z",
"completedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"stateHistory": [
{
"state": "pending",
"at": "2023-11-07T05:31:56Z"
}
],
"userAgent": "web",
"workflowName": "<string>"
}
],
"total": 123,
"limit": 123,
"offset": 123
}1 <= x <= 100x >= 0Was this page helpful?