API Endpoints
Get saved task by name
Retrieve a specific saved task by its name. This is helpful for accessing or reusing previously saved automation tasks.
GET
Authorizations
Insert API token, use the format: apikey <API-TOKEN>
.
Path Parameters
The name of the saved task (URL-encoded if it contains spaces).
Example:
"MySavedTask"
Response
200
application/json
Saved task details
The response is of type object
.