v3

latestOpenAPI 3.1.02026-08-0150254154.0 KB
manage > v1 > projects > requests

List Project Requests

Generates a list of requests for a specific project

get/v1/projects/{project_id}/requests

Path parameters

project_idstring required

The unique identifier of the project

Query parameters

startstring date-time

Start date of the requested date range. Formats accepted are YYYY-MM-DD, YYYY-MM-DDTHH:MM:SS, or YYYY-MM-DDTHH:MM:SS+HH:MM

endstring date-time

End date of the requested date range. Formats accepted are YYYY-MM-DD, YYYY-MM-DDTHH:MM:SS, or YYYY-MM-DDTHH:MM:SS+HH:MM

limitnumber double

Number of results to return per page. Default 10. Range [1,1000]

pagenumber double

Navigate and return the results to retrieve specific portions of information of the response

accessorstring

Filter for requests where a specific accessor was used

request_idstring

Filter for a specific request id

deployment'hosted' | 'beta' | 'self-hosted'

Deployment type for the requests

Filter for requests where a specific deployment was used

endpoint'listen' | 'read' | 'speak' | 'agent'

Filter for requests where a specific endpoint was used

method'sync' | 'async' | 'streaming'

Method type for the request

Filter for requests where a specific method was used

status'succeeded' | 'failed'

Filter for requests that succeeded (status code < 300) or failed (status code >=400)

Headers

Authorizationstring required

Use Authorization: Token <API_KEY> Example: Authorization: Token 12345abcdef

Response

A list of requests for a specific project

pagenumber double

The page number of the paginated response

limitnumber double

The number of results per page