---
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

---

[API](https://skmtc.net/deepgram/apis/rest-api.md) · [All operations](https://skmtc.net/deepgram/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deepgram/rest-api/versions/bd7ba5c18a6b/schema)
