List Agent Payments
List Agent Payments. Review the StableOps Agent Payments API endpoint, its authentication, request parameters, validation rules, response fields.
/v1/agent-payments/paymentsAuthorization
bearerAuth Paste your API key from the dashboard.
In: header
Query Parameters
Search payment IDs, transaction hashes, agents, and execution context.
Filter by payment lifecycle status.
Filter by paid-resource delivery status.
Response Body
application/json
curl -X GET "https://example.com/v1/agent-payments/payments"{
"data": [
{
"id": "string",
"agent_id": "string",
"agent_name": "string",
"payment_status": "created",
"resource_status": "not_requested",
"method": "GET",
"request_body_hash": "string",
"request_content_type": "string",
"resource_url": "string",
"origin": "string",
"pay_to": "string",
"network": "string",
"asset": "USDC",
"asset_contract": "string",
"asset_decimals": 1,
"max_amount_atomic": "string",
"transaction_hash": "string",
"settlement_block_number": "string",
"settlement_block_hash": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"settled_at": "2019-08-24T14:15:22Z",
"requirements": {
"x402_version": 2,
"scheme": "exact",
"network": "string",
"asset": "string",
"pay_to": "string",
"max_amount_atomic": "string",
"max_timeout_seconds": 1,
"extra": {
"property1": null,
"property2": null
}
},
"policy_version_id": "string",
"approval_expires_at": "2019-08-24T14:15:22Z",
"context": {
"workflow_id": "string",
"task_id": "string",
"session_id": "string",
"tool_name": "string",
"purpose_code": "string",
"cost_center": "string",
"vendor_ref": "string"
},
"context_hash": "string"
}
],
"next_cursor": "string",
"has_more": true,
"total": 0
}How is this guide?
Last updated
Retrieve a payment approval GET
Retrieve a payment approval. Review the StableOps Agent Payments API endpoint, its authentication, request parameters, validation rules, response fields.
Export filtered Agent Payments as CSV GET
Export filtered Agent Payments as CSV. Review the StableOps Agent Payments API endpoint, its authentication, request parameters, validation rules.