Skip to content
Pile
Esc
navigateopen⌘Jpreview

Create search

POST/workspaces/{organizationId}/search
Path parameters
organizationIdstringrequired
Request body
application/json
querystringrequired
min length 1
teamIdsstring[]
default: []
limitinteger
min 1 · max 1000 · default: 50
Responses
200Search results
issueIdsstring[]required
documentIdsstring[]required
Try it
Server
Parameters
Bodyapplication/json
Request
curl -X POST "/workspaces/string/search" \
  -H "Content-Type: application/json" \
  -d '{
  "query": "string",
  "teamIds": [],
  "limit": 50
}'
Response
{
  "issueIds": [
    "string"
  ],
  "documentIds": [
    "string"
  ]
}