Skip to main content
GET
/
v1
/
agents
/
{workflow_permanent_id}
/
tags
Get agent tags
curl --request GET \
  --url https://api.skyvern.com/v1/agents/{workflow_permanent_id}/tags
{
  "workflow_permanent_id": "<string>",
  "tags": {}
}

Headers

x-api-key
string | null

Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

Path Parameters

workflow_permanent_id
string
required

Workflow permanent ID

Example:

"wpid_123"

Response

Successfully retrieved tags

Current tag map for a workflow.

workflow_permanent_id
string
required
tags
Tags · object
required