Skip to main content
GET
/
workflows
/
{workflow_id}
/
external-ids
List Workflow External IDs
curl --request GET \
  --url https://api.promptlayer.com/workflows/{workflow_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 workflow.

Headers

X-API-KEY
string
required

Path Parameters

workflow_id
integer
required

Response

External IDs for the entity

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