---
title: "Get a Project Request"
method: GET
path: "/v1/projects/{project_id}/requests/{request_id}"
tags: ["requests"]
---

# Get a Project Request

`GET /v1/projects/{project_id}/requests/{request_id}`

Retrieves a specific request for a specific project

## Path parameters

- `project_id` string, required
- `request_id` string, required

## Headers

- `Authorization` string, required

## Response `200`

A specific request for a specific project

- GetProjectRequestV1Response
  - `request` ProjectRequestResponse — A single request
    - `request_id` string — The unique identifier of the request
    - `project_uuid` string — The unique identifier of the project
    - `created` string, date-time — The date and time the request was created
    - `path` string — The API path of the request
    - `api_key_id` string — The unique identifier of the API key
    - `response` ProjectRequestResponseResponse — The response of the request
    - `code` number, double — The response code of the request
    - `deployment` string — The deployment type
    - `callback` string — The callback URL for the request

## Other responses

- `400` — Invalid Request

## Changes

- **2026-08-15** `76f89c68dacf` — 2 info
  - api tag `requests` added
  - api tag `manage > v1 > projects > requests` removed
- **2026-08-12** `c761ed1f371e` — 2 info
  - api tag `manage > v1 > projects > requests` added
  - api tag `requests` removed
- **2026-08-06** `bd7ba5c18a6b` — 2 info
  - api tag `requests` added
  - api tag `manage > v1 > projects > requests` removed

[Change history](https://skmtc.dev/deepgram/apis/rest-api/changes/v1/projects/:project_id/requests/:request_id/get.md)

---

[API](https://skmtc.dev/deepgram/apis/rest-api.md) · [All operations](https://skmtc.dev/deepgram/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/deepgram/rest-api/revisions/76f89c68dacf/schema)
