List Project Requests

Generates a list of requests for a specific project

Path parameters

project_idstringRequired
The unique identifier of the project

Headers

AuthorizationstringRequired

Header authentication of the form Token <token>

Query parameters

startdatetimeOptional

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

enddatetimeOptional

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

limitintegerOptional>=1<=1000Defaults to 10

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

pageintegerOptional
Navigate and return the results to retrieve specific portions of information of the response
accessorstringOptional
Filter for requests where a specific accessor was used
request_idstringOptional
Filter for a specific request id
deploymentenumOptional
Filter for requests where a specific deployment was used
Allowed values:
endpointenumOptional
Filter for requests where a specific endpoint was used
Allowed values:
methodenumOptional
Filter for requests where a specific method was used
Allowed values:
statusenumOptional

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

Allowed values:

Response

A list of requests for a specific project
pageinteger or null
The page number of the paginated response
limitinteger or null
The number of results per page
requestslist of objects or null

Errors