v1
latestOpenAPI 3.1.02026-08-066984441.1 MBprojectAutomations
Returns a specific automation from a project.
Returns a specific automation of the project with the specified id. Returns NotFound if the automation doesnt exist. To get the the automation data the user needs to be the owner of the project or have 'read' permissions of the feature 'project-master-data' globally or in his project role.
<Check title="Required Permissions" icon="key">Any authenticated user.</Check>
get/projects/{projectId}/automations/{automationId}
Path parameters
automationIdstring uuid required
The id of the automation.
projectIdstring uuid required
The id of the project.
Headers
Authorizationstring required
Bearer authentication
Response
OK