---
title: "GET /v1/profiles/:id"
method: GET
path: "/v1/profiles/{id}"
tags: ["Workflow APIs"]
---

# GET /v1/profiles/:id

`GET /v1/profiles/{id}`

## Path parameters

- `id` string, required

## Response `200`

Successful xfetch workflow response.

- object
  - `data` object, required
    - `user` union
      - V1ActiveUserLookupObject
        - `id` string, required
        - `username` string, required
        - `name` string, required
        - `description` string, required
        - `location` string
        - `created_at` string, date-time, required
        - `verified` boolean, required
        - `protected` boolean, required
        - `profile_image_url` string, required
        - `follower_count` integer, required
        - `following_count` integer, required
        - `tweet_count` integer, required
        - `media_count` integer
        - `status` 'active', required
      - V1UnavailableUserObject
        - `id` string
        - `username` string
        - `status` 'suspended' | 'deactivated' | 'unavailable' | 'not_found', required
    - `recent_tweets` V1TweetObject[]
      - `id` string, required
      - `text` string, required
      - `author_id` string, required
      - `created_at` string, date-time, required
      - `lang` string, required
      - `conversation_id` string
      - `in_reply_to_user_id` string
      - `possibly_sensitive` boolean
      - `like_count` integer, required
      - `retweet_count` integer, required
      - `reply_count` integer, required
      - `quote_count` integer, required
      - `bookmark_count` integer, required
      - `is_quote_status` boolean, required
      - `quoted_tweet_id` string
      - `referenced_tweets` object[]
        - `type` 'quoted' | 'replied_to', required
        - `id` string, required
      - `entities` object, required
        - `hashtags` string[], required
        - `urls` string[], required
        - `mentions` string[], required
      - `media` object[]
        - `type` string, required
        - `url` string, required
  - `meta` object, required
    - `request_id` string, required
    - `credits` object, required
      - `charged` integer, required
      - `remaining` integer, required
    - `pagination` object
      - `next_token` string

## Other responses

- `400` — Invalid request.
- `401` — Missing, invalid, or revoked API key.
- `402` — Insufficient credits.
- `404` — Resource or endpoint not found.
- `429` — Rate limited.
- `500` — Internal error.
- `503` — Service unavailable.

---

[API](https://skmtc.net/xfetch/apis/xfetch-public-api.md) · [All operations](https://skmtc.net/xfetch/apis/xfetch-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xfetch/xfetch-public-api/revisions/76c9c96abfd8/schema)
