Get Widget by ID
Widgets
Get Widget by ID
Retrieves a specific widget by ID.
GET
Get Widget by ID
Headers
Your API key for authentication.
Path Parameters
UUID of the widget to retrieve.
Response
HTTP status code (200 for success).
The widget object containing:
id(string): Widget UUIDpathway_id(string | null): Associated pathway UUIDagent_id(string | null): Associated agent UUID or nullagent_prompt(string | null): Agent prompt used instead of pathwayallowed_domains(string[]): Array of allowed domainsmessages_per_minute(number): Rate limit for messagesconfig(object): Widget configuration objectcreated_at(string): ISO timestampupdated_at(string): ISO timestamp
Always null on successful response.
Docs for agents: llms.txt