Endpoints
Runs
Runs
Execute your automation APIs on demand.
- Start a Run — Trigger an automation and get a Run ID
- Get Run result — Retrieve the result of a completed Run
Jobs
Jobs
Schedule and manage batch executions of your automations.
- List Jobs — Get all Jobs in a Project
- Create Job — Create a new scheduled Job
- Get Job — Get Job details
- Update Job — Modify Job configuration
- Delete Job — Remove a Job
- Pause Job — Pause a running Job
- Resume Job — Resume a paused Job
- Trigger Job — Manually trigger a Job execution
- List JobRuns — Get all JobRuns for a Job
- Get JobRun — Get details of a specific JobRun
- Terminate JobRun — Stop a running Job execution
AuthSessions
AuthSessions
Create and manage authentication sessions for automations that require login.
- List AuthSessions — Get all AuthSessions in a Project
- Get AuthSession — Get AuthSession details
- Delete AuthSession — Remove an AuthSession
- Validate AuthSession (start) — Start validation of an AuthSession
- Validate AuthSession (result) — Get validation result
- Create AuthSession (start) — Start creating an AuthSession
- Create AuthSession (result) — Get creation result
- Update AuthSession (start) — Start updating an AuthSession
- Update AuthSession (result) — Get update result
Prerequisites
All API requests require your workspace ID and an API key.Client libraries
JavaScript
Install the@intuned/client package:
- npm
- yarn
- pnpm
Python
Install theintuned-client package: