Resource IDs

Some deepset API endpoints use resource IDs rather than names. For example, to list workspace integrations, you need workspace ID. To obtain the IDs you can either call a REST API endpoint or check the ID in the UI.

Finding IDs in the UI

You can copy all IDs directly from the platform interface.

Workspace ID

Click your profile icon and go to Settings>Workspace>General.

Organization ID

Click your profile icon and go to Settings>Organization>General.

Pipeline ID

  1. Click Pipelines.
  2. Find the right pipeline and click its name. This opens the Pipeline Details page. The ID is right below the pipeline name at the top of the page.

Checking the Index ID

  1. Click Indexes.
  2. Find the right index and click its name. This opens the Index Details page. The ID is right below the index name at the top of the page.

Checking the Job ID

  1. Click Jobs.
  2. Find the right job and click its name. This opens the Job Details page. The ID is right below the job name at the top of the page.

Finding IDs with API Endpoints

Each resource type has a dedicated endpoint that returns its ID.