UiPath Documentation
automation-hub
latest
false

Automation Hub api guide

Last updated May 6, 2026

Update Automation Idea Phase and Status

Use this call to easily keep your Idea phase and status updated. Below you can find an example of how to make a call in which the Idea phase is updated to status Assessment in Progress.

Note:

The API base URL format varies by deployment environment. For the correct base URL for your environment, see Introduction to the Automation Hub API.

Post: https://<accessURL>/{orgName}/{tenantName}/automationhub_/api/v1/openapi/automations/status

Request

 Headers  
   Content-Type: application/json
    Authorization: Bearer [Tenant ID/Token]
  x-ah-openapi-app-key: [API key if added]
  x-ah-openapi-auth: openapi-token
 data-raw '{
  "process_id": 1183,
  "phase_status_id": 53
 }'
 Headers  
   Content-Type: application/json
    Authorization: Bearer [Tenant ID/Token]
  x-ah-openapi-app-key: [API key if added]
  x-ah-openapi-auth: openapi-token
 data-raw '{
  "process_id": 1183,
  "phase_status_id": 53
 }'

Response

Content-Type: application/json

    {
    "message": "Resource Updated",
    "statusCode": 201,
    "data": {
        "message": "Sync Successful."
    }
}
    {
    "message": "Resource Updated",
    "statusCode": 201,
    "data": {
        "message": "Sync Successful."
    }
}

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated