---
title: "References by Status"
method: GET
path: "/v1.02/references"
---

# References by Status

`GET /v1.02/references`

Use this request to get all the references on your account that are on a specific status.

## Query parameters

- `status` 'paga' | 'pendente' | 'expirada' | 'erro' | 'cancelada' | 'reembolsada' | 'devolvida' | 'arquivada'

## Response `200`

200

- object
  - `transactionStatus` string
  - `referenceList` object[]
    - `reference` string
    - `amount` string
    - `datetime` string
    - `status` string
    - `identifier` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/eupago/apis/intro-and-oauth.md) · [All operations](https://skmtc.net/eupago/apis/intro-and-oauth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eupago/intro-and-oauth/versions/778475fa98e9/schema)
