---
title: "Get Results"
method: GET
path: "/data/v2/results/{results_id}"
tags: ["Pending & Asynchronous Requests"]
---

# Get Results

`GET /data/v2/results/{results_id}`

Get the results for an asynchronous response. Note that the request willnot work for results_id that have been returned with a synchronousrequest, i.e.: it will work only when you receive a response for any APIwhere status=PENDING and then receive a webhook. **Note: it's recommended to use the sync flow (async=false) for all request by adapting the new [data workflow](https://docs.leantech.me/docs/data-workflow). **

## Path parameters

- `results_id` string, uuid, required

## Query parameters

- `async` boolean
- `page` integer
- `size` integer
- `entity_id` string, uuid
- `meta` string

## Response `200`

Get results

- object
  - `status` 'OK' | 'FAILED' | 'PENDING' | 'RECONNECT_REQUIRED', required — The status of the request.
  - `data` object, required — The payload corresponding to the result requested, the schema of object depends on the original request was made to and it will be matching its response schema
  - `results_id` string, required — The ID for this result, this is used when retrieving results from the /results endpoint.
  - `timestamp` string, required — The timestamp of when the response was retrieved
  - `type` string, required — The endpoint the original request was made to.

## Other responses

- `404` — Result not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/leantech/apis/auth.md) · [All operations](https://skmtc.net/leantech/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/leantech/auth/revisions/c2e46d54d886/schema)
