Skip to main content
GET
/
run
/
folder
/
{folder_run_id}
/
status
Get a specific run folder status
curl --request GET \
  --url https://autonoma.app/api/run/folder/{folder_run_id}/status \
  --header 'autonoma-client-id: <api-key>' \
  --header 'autonoma-client-secret: <api-key>'
{
  "status": "running",
  "url": "https://autonoma.app/run/folder/xt80n05xgkolyyhidswgw1z6"
}

Authorizations

autonoma-client-id
string
header
required

Client ID for authentication

autonoma-client-secret
string
header
required

Client secret for authentication

Path Parameters

folder_run_id
string
required

The ID of the run folder

Example:

"cmbjp2vva000u0j01vtfu5kdj"

Response

Folder run status details

status
string
Example:

"running"

url
string
Example:

"https://autonoma.app/run/folder/xt80n05xgkolyyhidswgw1z6"

I