API requests

List your past API requests

List the API requests your organization has made, newest first, with the parameters you sent and how each call turned out. Use it to answer 'what did my agent actually run?' — debugging a failed run, auditing usage, or quoting an errorCode in a support request. Filter by time range, route, method, status code, or error code, and page through results with cursor. History is retained for 7 days; anything older has been purged. Response bodies are not returned — only the request side of each call.

<span><strong>Rate limit:</strong> 30 requests per 1 minute</span>

<span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary."></span></span>

post/v1/api-requests

Request body

apiKeystring required

Your Fiber API key

fromstring date-time nullable

Only return requests received at or after this ISO 8601 timestamp. Logs are retained for 7 days, so earlier timestamps simply return nothing.

tostring date-time nullable

Only return requests received strictly before this ISO 8601 timestamp.

routePathstring nullable

Only return requests to this exact route template, e.g. "/v1/person/search".

methodstring nullable

Only return requests using this HTTP method, e.g. "POST".

statusCodeinteger nullable

Only return requests that returned this exact status code.

errorCodestring nullable

Only return the request carrying this error correlation code.

cursorstring nullable

The cursor from where to start fetching the next page of results. Provide the nextCursor from the previous response to continue from there. Keep the same filters as the call that produced the cursor — reusing a cursor while changing filters silently skips rows.

pageSizeinteger

The number of results to fetch per page.

Response

Default Response

advicestring[] nullable

Tips, recommendations, and suggestions for using this API effectively.

Changes

Changed in 1 of the 11 revisions of this API.1