We need to flesh out our API to allow you to manage jobs and runs:
- Get a list of runs for a specific job (with filtering for status, environment, etc.)
- Get task data for a specific run
- Cancel a run
- Retry a run
- Resume a run
- Test a job
These would ideally all be exposed via the TriggerClient class and would require the Server API Key to access.
TRI-1135
We need to flesh out our API to allow you to manage jobs and runs:
These would ideally all be exposed via the
TriggerClientclass and would require the Server API Key to access.TRI-1135