Fetches status of a request

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
number
required

Team ID

Query Params
string
required

API Request ID

string
required

Data Type (i.e. employee, project, etc.)

Responses
200

Success

Example Response

{
  "123": [
      {
        action: "create",
        api_request_id: 123,
        created_at: "2023-04-14T09:00:00Z",
        data_type: "project",
        error: null,
        origin: "https://sample.com",
        params: { email: "[email protected]", first_name: "Request", last_name: "Log" },
        response: {},
        team_id: 1,
        updated_at: "2023-04-14T09:00:00Z",
      }
  ]
}
400

Invalid data type

401

Invalid Authentication Key and/or Team ID

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here!