Skip to main content
GET
/
reports
/
{report_id}
/
external-ids
List Report External IDs
curl --request GET \
  --url https://api.promptlayer.com/reports/{report_id}/external-ids \
  --header 'X-API-KEY: <x-api-key>'
{
  "success": true,
  "external_ids": [
    {
      "source": "<string>",
      "external_id": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.promptlayer.com/llms.txt

Use this file to discover all available pages before exploring further.

List all external ID mappings attached to a report or evaluation pipeline.

Headers

X-API-KEY
string
required

Path Parameters

report_id
integer
required

Response

External IDs for the entity

success
boolean
default:true
required
external_ids
ExternalId · object[]
required