Get job listings, optionally filtered by tag or identity
Parameters
Output
Encoding
application/jsonlistings
array
Required
No description provided.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"listings"
],
"properties": {
"listings": {
"type": "array",
"items": {
"ref": "#listingRecord",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"tag": {
"type": "string",
"description": "Filter listings by hashtag"
},
"identity": {
"type": "string",
"description": "Filter listings by creator DID (e.g., did:plc:abc123)"
}
}
},
"description": "Get job listings, optionally filtered by tag or identity"
}