Skip to main content
GET
/
agent-request
List agent requests
curl --request GET \
  --url https://api.joinslash.com/agent-request \
  --header 'X-API-Key: <api-key>'
{
  "items": [
    {
      "id": "<string>",
      "status": "pending",
      "display": {
        "title": "<string>",
        "sections": [
          {
            "label": "<string>",
            "value": "<string>"
          }
        ],
        "description": "<string>"
      },
      "createdAt": "2023-11-07T05:31:56Z",
      "result": {}
    }
  ],
  "metadata": {
    "nextCursor": "<string>",
    "count": 123
  }
}

Authorizations

X-API-Key
string
header
required

Authentication from public API requests

Query Parameters

cursor
string

A cursor string to fetch the next page of results

filter:status
enum<string>

Filter by request status

Available options:
pending,
approved,
rejected,
expired,
executed,
failed,
running

Response

OK

items
AgentRequest · object[]
required
metadata
PaginationResponse · object

Response sent when requesting a list of data