---
title: "Get the ID of an object using its human-readable identifier"
method: GET
path: "/workspaces/{workspace_domain}/identifiers"
tags: ["Workspace API"]
---

# Get the ID of an object using its human-readable identifier

`GET /workspaces/{workspace_domain}/identifiers`

## Path parameters

- `workspace_domain` string, required

## Query parameters

- `project` string
- `pipeline` string
- `environment` string
- `artifact` string
- `artifact_version` string
- `sandbox` string
- `unit_test_suite` string
- `visual_test_suite` string
- `crawl_suite` string
- `distribution` string
- `route_subdomain` string
- `route_domain` string
- `route_path` string
- `agent` string
- `tunnel` string

## Response `200`

- IdsView
  - `url` string — API endpoint to GET this object
  - `html_url` string — Web URL to view this object in Buddy.works
  - `domain` string — The human-readable ID of the workspace
  - `project_identifier` string — The human-readable ID of the project
  - `pipeline_id` integer — The ID of the pipeline
  - `environment_id` string — The ID of the environment
  - `artifact_id` string — The ID of the artifact
  - `artifact_version_id` string — The ID of the artifact version
  - `sandbox_id` string — The ID of the sandbox
  - `unit_test_suite_id` string — The ID of the unit test suite
  - `visual_test_suite_id` string — The ID of the visual test suite
  - `crawl_suite_id` string — The ID of the crawl suite
  - `distribution_id` string — The ID of the distribution
  - `route_id` string — The ID of the route
  - `agent_id` string — The ID of the tunnel agent
  - `tunnel_id` string — The ID of the tunnel

---

[API](https://skmtc.net/buddy/apis/buddy-api.md) · [All operations](https://skmtc.net/buddy/apis/buddy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/buddy/buddy-api/versions/2426d67c249a/schema)
