get
https://api.truelayer-sandbox.com/v3/connected-accounts//transactions/requests/
Retrieves the result of a previously created transactions request.
The response status is one of:
pending— the request is still being processed; poll again.completed— the result is available inresult.failed— the request could not be completed; seefailure_reason.
This endpoint is idempotent and re-readable: repeated reads of the same request_id return the same pre-computed page.
To retrieve a different page, create a new request via POST with the next_cursor value, which returns a new request_id.
This API must be called using a client_credentials bearer token.