{
"id": "place.atwork.getListing",
"defs": {
"main": {
"type": "query",
"errors": [
{
"name": "ListingNotFound",
"description": "The requested listing does not exist"
},
{
"name": "ListingParseFailed",
"description": "Failed to parse the listing data"
},
{
"name": "ListingFetchFailed",
"description": "Failed to fetch the listing from storage"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"uri",
"value"
],
"properties": {
"cid": {
"type": "string",
"format": "cid",
"description": "CID of the listing record"
},
"uri": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the listing"
},
"value": {
"ref": "place.atwork.listing",
"type": "ref",
"description": "The job listing record"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"repo",
"rkey"
],
"properties": {
"repo": {
"type": "string",
"format": "at-identifier",
"description": "The DID of the repo (repository owner)"
},
"rkey": {
"type": "string",
"description": "The record key (TID)"
}
}
},
"description": "Get a single job listing by repo (DID) and record key"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:web:atwork.place
- CID
-
bafyreigxlu7hroy7goceqmhsziv2uconfytol2yxfnl6pp2azchiin5fla
- Indexed At
- 2026-01-10 01:17 UTC
- AT-URI
-
at://did:web:atwork.place/com.atproto.lexicon.schema/place.atwork.getListing