Usage
The response includes information such as:- Job execution status and completion state
- Branch information and pull request details
- Session metadata and timestamps
Endpoint
string
required
The unique identifier of the agent job to retrieve.
Response
string
The session ID for this job.
string
The subdomain this session belongs to.
string
Git branch name where changes were made.
boolean
Whether the session execution was halted (completed).
string
Reason for session halt. One of:
completed, github_missconfigured, error.string
Link to the created pull request.
string
Message for the user about the session outcome.
array
List of todo items from the session.
string
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.