in_review state until approved or rejected here. By default, submissions that pass all validation checks are auto-approved.
Approve a submission
AgentSubmissionRecord.
Path Parameters
The UUID of the agent submission to approve.
Request Body
Identifier of the administrator approving the submission.
Optional notes from the reviewer to attach to the submission record.
Example
Reject a submission
AgentSubmissionRecord.
Path Parameters
The UUID of the agent submission to reject.
Request Body
Identifier of the administrator rejecting the submission.
Mandatory explanation for the rejection, surfaced to the submitting provider.
Example
Response
Both endpoints return anAgentSubmissionRecord.
Unique identifier for this submission.
The provider that submitted this agent.
The agent identifier from the submission.
The version string from the submission.
Updated submission status. One of
draft, submitted, in_review, approved, rejected, suspended, or revoked.Identifier of the reviewer, set after the approve or reject action.
Notes from the reviewer. Present when notes were provided at approval.
Reason for rejection. Present when the submission was rejected.
UTC timestamp when the submission was originally created.
UTC timestamp of the most recent update to this submission record.
Errors
| Status | Description |
|---|---|
404 | No submission with the given submission_id exists. |