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.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/mintlify/docs/llms.txt
Use this file to discover all available pages before exploring further.
Usage
The response includes information such as:- Job execution status and completion state
- Branch information and pull request details
- Session metadata and timestamps
Endpoint
The unique identifier of the agent job to retrieve.
Response
The session ID for this job.
The subdomain this session belongs to.
Git branch name where changes were made.
Whether the session execution was halted (completed).
Reason for session halt. One of:
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.
ISO 8601 timestamp when the session was created.
Authentication
This endpoint requires an admin API key (prefixed withmint_). Generate one on the API keys page in your dashboard.