---
title: "Retrieves multiple tweets by their IDs."
method: POST
path: "/getMultiple"
---

# Retrieves multiple tweets by their IDs.

`POST /getMultiple`

The getMultiple function fetches multiple tweets from X in a single request. It allows retrieving up to 100 tweets by their unique identifiers, with optional expansions for additional data. This function is useful for efficiently gathering information about multiple tweets in one API call.

## Request body

- object
  - `body` object — Body of the getMultiple sls call
    - `arguments` unknown[], required
      - unknown
    - `auth` object — Authentication object
      - `strategy` 'apikey' — Authentication strategy
      - `variables` unknown[] — Variables for the authentication strategy
        - unknown
    - `packageName` string — @microfox/twitter

## Response `200`

Successful retrieval of tweets

- object
  - `data` object[], required
    - `id` string, required — The unique identifier of the tweet
    - `text` string, required — The text content of the tweet
    - `created_at` string, date-time — The creation time of the tweet
    - `author_id` string — The ID of the author of the tweet
    - `edit_history_tweet_ids` string[] — An array of previous tweet IDs
  - `errors` object[]
    - `detail` string — A detailed description of the error
    - `status` integer — The HTTP status code of the error
    - `title` string — The title of the error
    - `type` string — The type of the error

## Other responses

- `400` — Bad request
- `500` — Internal server error

---

[API](https://skmtc.dev/microfox-ai/apis/microfox-x-sdk-api.md) · [All operations](https://skmtc.dev/microfox-ai/apis/microfox-x-sdk-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/microfox-ai/microfox-x-sdk-api/revisions/9a6d6c9f0b84/schema)
