Skip to main content
POST
Assign imported data to an agent

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

uuid
string<uuid>
required

UUID of the data to assign

Body

application/json
agent_uuid
string<uuid>
required
Example:

"b5f693c9-1be7-4f2f-bf91-3d3ee4f83f9c"

Response

Data assigned and sync triggered

success
boolean

Indicates whether the request completed successfully. True for successful responses; false for documented error responses.

Example:

true

message
string

Human-readable response message. Safe to display in logs or simple client notifications; use structured fields for program logic.

Example:

"Data assigned to agent and sync started."

data
object