Get agent job (v1)
Deprecated. Retrieve the status and details of a specific agent job, including progress, branch info, and pull request details.
Documentation Index
Fetch the complete documentation index at: https://mintlify-mintlify-vale-fixes-1773262443.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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. Use an admin API key (prefixed with mint_). This is a server-side secret key. Generate one on the API keys page in your dashboard.
Path Parameters
The unique identifier of the agent job to retrieve.
Response
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.
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.
The ID of the user who created this session, if available.
A generated title summarizing the agent job.
Timestamp when the session was created.