Usage
This endpoint retrieves the details and status of a specific agent job by its unique identifier. Use this to check the progress, status, and results of a previously created agent job.Job details
The response includes information such as:- Job execution status and completion state
- Branch information and pull request details
- Session metadata and timestamps
Authorizations
The Authorization header expects a Bearer token. See the Assistant API Key documentation for details on how to get your API key.
Path Parameters
The domain identifier from your domain.mintlify.app
URL. Can be found in the top left of your dashboard.
The unique identifier of the agent job to retrieve.
Response
200 - application/json
Agent job details retrieved successfully
The subdomain this session belongs to.
The subdomain this session belongs to.
Git branch name where changes were made.
Whether the session execution was halted.
Reason for session halt.
Available options:
completed
, github_missconfigured
, error
Link to the created pull request.
Message for the user about the session outcome.
List of todo items from the session.
Timestamp when the session was created.