Endpoint
Authentication
Requires a Personal API Access Token.Header
Request
Headers
| Header | Value | Required |
|---|---|---|
| Authorization | Bearer | Yes |
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| projectName | string | Yes | Project name |
| apiProxyGroupName | string | Yes | API Proxy Group name (must exist) |
Query Parameters
NoneRequest Body
This endpoint does not require a request body.Response
Success Response (200 OK)
Response Fields
| Field | Type | Description |
|---|---|---|
| status | string | Request status (SUCCESS or FAILURE) |
| resultList | array | List of deploy history records |
| resultList[].revision | integer | Sequentially incrementing revision number (per API Proxy Group) |
| resultList[].username | string | User who performed the deployment |
| resultList[].date | string | ISO 8601 deployment timestamp |
| resultList[].description | string | Deployment description/notes |
| resultList[].environment | string | Target environment name |
| resultList[].deploy | boolean | true for deploy, false for undeploy |
| resultList[].persistent | boolean | Whether this record is protected from auto-deletion |
| resultCount | integer | Total number of records |
Error Response (400 Bad Request)
Error Response (401 Unauthorized)
cURL Example
Notes and Warnings
- Revision Number: Each deploy/undeploy operation receives a sequentially incrementing
revisionper API Proxy Group. Use this value in detail and delete endpoints. - Persistent Records: Records marked as
persistent: trueare never auto-deleted, even when the system-wide deploy history retention limit is exceeded.
Permissions
User must haveAPI_MANAGEMENT + VIEW permission in the project.
Related Documentation
- Deploy API Proxy Group - Deploy group to environment
- Get Deploy History Detail - Get full detail of a deploy history record
- Delete Deploy History - Delete a deploy history record

