curl --request GET \
--url https://app.proliferate.com/api/automations/{id} \
--header 'Authorization: Bearer <token>'{
"automation": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organization_id": "<string>",
"name": "<string>",
"description": "<string>",
"enabled": true,
"agent_instructions": "<string>",
"default_prebuild_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"allow_agentic_repo_selection": true,
"created_by": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"agent_type": "<string>",
"model_id": "<string>",
"default_prebuild": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"snapshot_id": "<string>"
},
"creator": {
"id": "<string>",
"name": "<string>",
"image": "<string>"
},
"triggers": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"provider": "linear",
"trigger_type": "webhook",
"enabled": true,
"config": {},
"webhook_url_path": "<string>",
"webhook_secret": "<string>",
"integration_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"integration": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"display_name": "<string>",
"status": "<string>"
},
"webhookUrl": "<string>",
"name": "<string>"
}
]
}
}curl --request GET \
--url https://app.proliferate.com/api/automations/{id} \
--header 'Authorization: Bearer <token>'{
"automation": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organization_id": "<string>",
"name": "<string>",
"description": "<string>",
"enabled": true,
"agent_instructions": "<string>",
"default_prebuild_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"allow_agentic_repo_selection": true,
"created_by": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"agent_type": "<string>",
"model_id": "<string>",
"default_prebuild": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"snapshot_id": "<string>"
},
"creator": {
"id": "<string>",
"name": "<string>",
"image": "<string>"
},
"triggers": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"provider": "linear",
"trigger_type": "webhook",
"enabled": true,
"config": {},
"webhook_url_path": "<string>",
"webhook_secret": "<string>",
"integration_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"integration": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"display_name": "<string>",
"status": "<string>"
},
"webhookUrl": "<string>",
"name": "<string>"
}
]
}
}